home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Scrap < prev    next >
Encoding:
Text File  |  1993-06-15  |  398 b   |  21 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Scrap
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-93
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badScrapType EQU $1610  ; No scrap of this type.
  9. textScrap EQU $0000
  10. picScrap EQU $0001
  11. sampledSoundScrap EQU $0002
  12. teStyleScrap EQU $0064
  13. iconScrap EQU $4945
  14. maskScrap EQU $8001
  15. colorTableScrap EQU $8002
  16. resourceRefScrap EQU $8003
  17.  
  18. ; ShowClipboard flag values
  19. cpOpenWindow EQU $8000
  20. cpCloseWindow EQU $4000
  21.